Function |get

std/data/string_map::|get


Usage

|get(map, key)

Parameters

↳ map: StringMap (std/data/string_map::StringMap)
↳ key: string

Return

↴ Option<string>


Look up key in map and return its value, or none if the key is absent.